home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 4 / Gold Medal Software - Volume 4 (Gold Medal) (1994).iso / virus / navup_2.arj / NAVPATCH.BAT next >
DOS Batch File  |  1994-08-04  |  1KB  |  33 lines

  1. @echo off
  2.  
  3. if not exist NAV.OVL goto :UNKNOWN
  4. if exist NAVUPDAT.EXE goto :TENPACK
  5.  
  6. patch navup.rtp
  7. del inscan?.dat > NUL
  8. echo **********************************************************************
  9. echo Please remember to copy both the SYMEVNT.386 and SYMEVNT1.DLL files to
  10. echo your Windows system directory.
  11. echo **********************************************************************
  12. goto :END
  13.  
  14. :UNKNOWN
  15. echo ********************************************************************
  16. echo ERROR - This directory contains an incomplete or obsolete version of
  17. echo         Norton AntiVirus. The patch you are applying will only work
  18. echo         with Norton AntiVirus version 3.0. Please contact Customer
  19. echo         Service at (800)441-7234 for an upgrade.
  20. echo ********************************************************************
  21. goto :END
  22.  
  23. :TENPACK
  24. echo *************************************************************************
  25. echo ERROR - This directory contains the Norton AntiVirus Network Manager.
  26. echo         The patch you are applying does not update Norton AntiVirus
  27. echo         Network Manager. Please contact Symantec Customer Service at
  28. echo         (800)441-7234 for an upgrade to Norton AntiVirus Network Manager.
  29. echo *************************************************************************
  30. goto :END
  31.  
  32. :END
  33.